12#ifndef ROC_CORE_HEAP_ALLOCATOR_H_
13#define ROC_CORE_HEAP_ALLOCATOR_H_
Heap allocator implementation.
size_t num_allocations() const
Get number of allocated blocks.
virtual void * allocate(size_t size)
Allocate memory.
virtual void deallocate(void *)
Deallocate previously allocated memory.
Memory allocator interface.
Base class for non-copyable objects.
Memory allocator interface.